home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
gyroball.swf
/
scripts
/
frame_8
/
PlaceObject2_39_5
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-22
|
127 b
|
7 lines
onClipEvent(enterFrame){
if(hit.hitTest(_root.Ball._x,_root.Ball._y,true) == true)
{
_root.platten();
}
}